footer .footer-text, main, .header-main, nav {
  max-width: 1500px;
}

.item {
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.7s ease-in-out;
  will-change: transform, opacity;
}

.item-left {
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.7s ease-in-out;
  will-change: transform, opacity;
}

.item-img {
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.7s ease-in-out;
  will-change: transform, opacity;
}

.animate {
  transform: translateX(0px);
  opacity: 1;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

.content {
  will-change: transform;
}

html,
body {
  widows: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

input:-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button:-moz-focus-iner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

html::-webkit-scrollbar {
  width: 16px;
}

html::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 100px;
}

html::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  background-color: #d4aa70;
  border-radius: 100px;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
html::-webkit-scrollbar-thumb:hover {
  border: 0px;
}

.scrollbar-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1000;
  background: transparent;
}

.back-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.line {
  width: 100%;
  height: 100%;
  background: #E0B973;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
}

header {
  background: url("../../img/header/background_2 (2).webp") no-repeat;
  background-size: cover;
  background-position: center top;
  height: 1080px;
}

#burger-menu {
  position: fixed;
  top: 0;
  left: 100%;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: left 0.5s ease-in-out, display 1s ease-in-out;
  overflow: auto;
  padding: 20px;
}
#burger-menu img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#burger-menu ul {
  margin: 60px 0 0 0;
}
#burger-menu ul li {
  padding: 0 0 13px 0;
}
#burger-menu ul li a {
  color: black;
  font-size: 26px;
  letter-spacing: 0.4px;
}
#burger-menu ul li:nth-child(3) a {
  color: black;
  font-size: 26px;
  letter-spacing: 0.4px;
  border-bottom: 2px solid black;
}

nav {
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
nav .logo {
  position: relative;
  background: #E0B973;
  border-radius: 50px;
  padding: 40px 35px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
nav .logo h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.15em;
  color: #14274A;
}
nav .logo h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.6em;
  color: #14274A;
}
nav .logo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #E0B973;
}
nav .logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #E0B973;
}
nav .burger {
  display: none;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 70px;
}
nav ul li {
  transition: transform 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
}
nav ul li::before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 10;
  transition: width 0.6s ease-in-out;
}
nav ul li:hover::before {
  width: 100%;
}
nav ul li:not(:nth-child(3)) {
  transition: transform 0.2s ease-in-out;
}
nav ul li:not(:nth-child(3)):hover {
  transform: translateY(-5px);
}
nav ul li:not(:nth-child(3)):hover:before {
  width: 100%;
}
nav ul li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
nav ul li:nth-child(3) a {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  border-bottom: 2px solid white;
}

.header-main {
  z-index: 1;
  margin: 0 auto;
}
.header-main .text {
  margin: 190px 0 160px;
  display: flex;
  flex-flow: column;
  align-items: start;
}
.header-main .text span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 50px;
  line-height: 61px;
  color: #FFFFFF;
}
.header-main .text h1 {
  font-weight: 700;
  font-size: 154px;
  line-height: 130px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
}
.header-main .text h2 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.4em;
  color: #FFFFFF;
}
.header-main .text p {
  width: 580px;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.header-main .all-buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 50px;
}
.header-main .all-buttons .button {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #E0B973;
  padding: 20px 0;
  border-radius: 15px;
  width: 240px;
}
.header-main .all-buttons .button:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 15px rgba(39, 39, 39, 0.4);
  background: #d7a449;
}
.header-main .all-buttons .button:active {
  background: #e5c388;
}
.header-main .all-buttons .button img {
  width: 25px;
  height: 25px;
}
.header-main .all-buttons .button p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.header-main .all-buttons .scroll {
  animation: scroll 3s infinite;
  display: flex;
  flex-flow: column;
  gap: 15px;
  align-items: center;
}
.header-main .all-buttons .scroll p {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.header-main .all-buttons .scroll img {
  width: 50px;
  height: 50px;
  pointer-events: none;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (width < 1660px) {
  header {
    height: 780px;
  }
  nav {
    max-width: 1000px;
  }
  nav .logo {
    padding: 25px;
  }
  nav .logo h3 {
    z-index: 5;
    line-height: 30px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  nav .logo h3 {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  nav .logo h3 {
    font-size: calc(16px + 16 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  nav .logo h3 {
    font-size: calc(16px + 10 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  nav .logo h3 {
    font-size: 26px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  nav .logo h5 {
    font-size: 8px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  nav .logo h5 {
    font-size: calc(8px + 9.6 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  nav .logo h5 {
    font-size: calc(8px + 6 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  nav .logo h5 {
    font-size: 14px;
  }
}
@media screen and (width < 1660px) {
  nav .logo:after {
    width: 45px;
    height: 45px;
    z-index: 1;
  }
}
@media screen and (width < 1660px) {
  nav .logo:before {
    width: 45px;
    height: 45px;
    z-index: 1;
  }
}
@media screen and (width < 1660px) {
  nav ul {
    gap: 50px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  nav ul li a {
    font-size: 11px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  nav ul li a {
    font-size: calc(11px + 8 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  nav ul li a {
    font-size: calc(11px + 5 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  nav ul li a {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) {
  nav ul li:nth-child(3) a {
    border-bottom: 2px solid white;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  nav ul li:nth-child(3) a {
    font-size: 11px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  nav ul li:nth-child(3) a {
    font-size: calc(11px + 8 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  nav ul li:nth-child(3) a {
    font-size: calc(11px + 5 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  nav ul li:nth-child(3) a {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) {
  .header-main {
    max-width: 1000px;
  }
  .header-main .text {
    margin: 150px 0 120px;
  }
  .header-main .text span {
    line-height: 40px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  .header-main .text span {
    font-size: 13px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  .header-main .text span {
    font-size: calc(13px + 19.2 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  .header-main .text span {
    font-size: calc(13px + 12 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  .header-main .text span {
    font-size: 25px;
  }
}
@media screen and (width < 1660px) {
  .header-main .text h1 {
    line-height: 70px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  .header-main .text h1 {
    font-size: 50px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  .header-main .text h1 {
    font-size: calc(50px + 73.6 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  .header-main .text h1 {
    font-size: calc(50px + 46 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  .header-main .text h1 {
    font-size: 96px;
  }
}
@media screen and (width < 1660px) {
  .header-main .text h2 {
    line-height: 50px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  .header-main .text h2 {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  .header-main .text h2 {
    font-size: calc(16px + 28.8 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  .header-main .text h2 {
    font-size: calc(16px + 18 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  .header-main .text h2 {
    font-size: 34px;
  }
}
@media screen and (width < 1660px) {
  .header-main .text p {
    width: 510px;
    line-height: 24px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  .header-main .text p {
    font-size: 12px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  .header-main .text p {
    font-size: calc(12px + 6.4 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  .header-main .text p {
    font-size: calc(12px + 4 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  .header-main .text p {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) {
  .header-main .all-buttons {
    gap: 40px;
  }
  .header-main .all-buttons .button {
    gap: 10px;
    padding: 10px 0;
    width: 170px;
  }
  .header-main .all-buttons .button img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  .header-main .all-buttons .button p {
    font-size: 12px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  .header-main .all-buttons .button p {
    font-size: calc(12px + 3.2 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  .header-main .all-buttons .button p {
    font-size: calc(12px + 2 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  .header-main .all-buttons .button p {
    font-size: 14px;
  }
}
@media screen and (width < 1660px) {
  .header-main .all-buttons .scroll {
    gap: 5px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  .header-main .all-buttons .scroll p {
    font-size: 14px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  .header-main .all-buttons .scroll p {
    font-size: calc(14px + 0 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  .header-main .all-buttons .scroll p {
    font-size: calc(14px + 0 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  .header-main .all-buttons .scroll p {
    font-size: 14px;
  }
}
@media screen and (width < 1660px) {
  .header-main .all-buttons .scroll img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (width < 1100px) {
  header {
    height: 550px;
  }
  nav {
    max-width: 700px;
  }
  nav .logo {
    padding: 15px 10px;
    background: transparent;
  }
  nav .logo h3 {
    color: white;
    z-index: 5;
    line-height: 20px;
  }
  nav .logo h5 {
    color: white;
  }
  nav .logo:after {
    width: 0;
    height: 0;
    z-index: 1;
  }
  nav .logo:before {
    width: 0;
    height: 0;
    z-index: 1;
  }
  nav ul {
    gap: 30px;
  }
  .header-main {
    max-width: 700px;
  }
  .header-main .text {
    margin: 100px 0 60px;
  }
  .header-main .text span {
    line-height: 30px;
  }
  .header-main .text h1 {
    line-height: 60px;
  }
  .header-main .text h2 {
    line-height: 40px;
  }
  .header-main .text p {
    width: 300px;
    line-height: 20px;
  }
  .header-main .all-buttons {
    gap: 30px;
  }
  .header-main .all-buttons .button {
    gap: 10px;
    padding: 5px 0;
    width: 140px;
    border-radius: 5px;
  }
  .header-main .all-buttons .button img {
    width: 18px;
    height: 18px;
  }
  .header-main .all-buttons .scroll p {
    line-height: 15px;
  }
  .header-main .all-buttons .scroll img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (width < 800px) {
  header {
    height: 550px;
  }
  nav {
    max-width: 500px;
  }
  nav .logo {
    padding: 15px 10px;
    background: transparent;
  }
  nav .logo h3 {
    color: white;
    z-index: 5;
    line-height: 20px;
  }
  nav .logo h5 {
    color: white;
  }
  nav .logo:after {
    width: 0;
    height: 0;
    z-index: 1;
  }
  nav .logo:before {
    width: 0;
    height: 0;
    z-index: 1;
  }
  nav ul {
    gap: 20px;
  }
  nav ul li:nth-child(3) a {
    border-bottom: 1.5px solid white;
  }
  .header-main {
    max-width: 500px;
  }
  .header-main .text {
    margin: 100px 0 60px;
  }
  .header-main .text span {
    line-height: 30px;
  }
  .header-main .text h1 {
    line-height: 60px;
  }
  .header-main .text h2 {
    line-height: 40px;
  }
  .header-main .text p {
    width: 300px;
    line-height: 20px;
  }
  .header-main .all-buttons {
    gap: 30px;
  }
  .header-main .all-buttons .button {
    gap: 10px;
    padding: 5px 0;
    width: 140px;
    border-radius: 5px;
  }
  .header-main .all-buttons .button img {
    width: 18px;
    height: 18px;
  }
  .header-main .all-buttons .scroll p {
    line-height: 15px;
  }
  .header-main .all-buttons .scroll img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (width < 550px) {
  header {
    height: 650px;
    padding: 20px;
  }
  nav {
    max-width: inherit;
    margin: 0 0 100px 0;
  }
  nav .logo {
    padding: 10px;
    background: transparent;
  }
  nav .logo h3 {
    color: white;
    z-index: 5;
    line-height: 16px;
  }
  nav .logo h5 {
    color: white;
  }
  nav .logo:after {
    width: 0;
    height: 0;
    z-index: 1;
  }
  nav .logo:before {
    width: 0;
    height: 0;
    z-index: 1;
  }
  nav ul {
    display: none;
  }
  nav .burger {
    display: block;
  }
  nav .burger img {
    width: 35px;
    height: 35px;
  }
  .header-main {
    max-width: inherit;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .header-main .text {
    margin: 40px 0 30px;
  }
  .header-main .text span {
    line-height: 14px;
  }
  .header-main .text h1 {
    line-height: 50px;
  }
  .header-main .text h2 {
    line-height: 20px;
  }
  .header-main .text p {
    width: 240px;
    line-height: 14px;
    padding: 10px 0 0 0;
  }
  .header-main .all-buttons {
    align-items: start;
    position: relative;
    gap: 160px;
  }
  .header-main .all-buttons .button {
    gap: 8px;
    padding: 8px 15px;
    width: 120px;
    border-radius: 5px;
  }
  .header-main .all-buttons .button img {
    width: 15px;
    height: 15px;
  }
  .header-main .all-buttons .button p {
    white-space: nowrap;
    line-height: 24px;
  }
  .header-main .all-buttons .scroll {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
  }
  .header-main .all-buttons .scroll p {
    line-height: 15px;
  }
  .header-main .all-buttons .scroll img {
    width: 28px;
    height: 28px;
  }
}
body {
  overflow: hidden visible !important;
}

main {
  margin: 0 auto;
}
main .text {
  margin: 100px 0 80px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
}
main .text h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.05em;
  color: #14274A;
}
main .text p {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #14274A;
  text-align: center;
}
main .all-carts {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
  justify-content: center;
}
main .all-carts .cartF {
  cursor: pointer;
  position: relative;
}
main .all-carts .cartF .front {
  overflow: hidden;
  width: 600px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
  transform: perspective(900px) rotateY(0deg);
  will-change: transform, z-index;
}
main .all-carts .cartF .front img {
  border-radius: 15px;
  width: 600px;
  height: 400px;
  z-index: 10;
}
main .all-carts .cartF .front span {
  display: none;
}
main .all-carts .cartF .front .cart-text {
  border-radius: 8px 8px 0 0;
  width: 320px;
  background: white;
  padding: 10px 40px 0;
  bottom: -1px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
main .all-carts .cartF .front .cart-text p {
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #14274A;
  padding: 0 0 5px 0;
}
main .all-carts .cartF .back {
  background: transparent;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -10;
  width: 600px;
  height: 400px;
  transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
  transform: perspective(900px) rotateY(180deg);
  will-change: transform, z-index;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  color: white;
}
main .all-carts .cartF .back .time {
  display: flex;
  flex-flow: column;
  gap: 20px;
  align-items: center;
}
main .all-carts .cartF .back .time h3 {
  font-size: 40px;
  z-index: 20;
}
main .all-carts .cartF .back .time h4 {
  font-size: 30px;
  z-index: 20;
}
main .all-carts .cartF .back p {
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  z-index: 20;
  padding: 0 20px;
  line-height: 28px;
}
main .all-carts .cartF .back span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  z-index: 10;
  width: 600px;
  height: 400px;
  background: rgba(37, 37, 37, 0.3);
}
main .offer {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin: 110px 0 0 0;
}
main .offer h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 72px;
  color: #14274A;
}
main .offer .offer-text {
  display: flex;
  flex-flow: wrap;
  gap: 0;
  justify-content: space-between;
}
main .offer .offer-text p {
  color: black;
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: 500;
}
main .comments {
  margin: 110px 0 0 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  gap: 20px;
}
main .comments h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 72px;
  color: #14274A;
}
main .comments .comments-container {
  overflow: hidden;
}
main .comments .comments-container .comments-track {
  text-align: center;
  display: flex;
  flex-flow: row;
  width: 500px;
}
main .comments .comments-container .comments-track .comment-cart {
  min-width: 500px;
}
main .comments .comments-container .comments-track .comment-cart p {
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  color: #14274A;
}
main .comments .comments-container .comments-track .comment-cart span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #14274A;
}
main .comments .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
main .comments .buttons .left, main .comments .buttons .right {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.2s ease-in-out;
  padding: 10px 20px;
  font-size: 28px;
  background: #E0B973;
  color: white;
  border-radius: 8px;
}
main .comments .buttons .left:hover, main .comments .buttons .right:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 15px rgba(39, 39, 39, 0.4);
  background: #d7a449;
}
main .comments .buttons .left:active, main .comments .buttons .right:active {
  background: #e5c388;
}

@media screen and (width < 1660px) {
  main {
    max-width: 1000px;
  }
  main .text {
    margin: 60px 0;
    gap: 0px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .text h2 {
    font-size: 25px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .text h2 {
    font-size: calc(25px + 16 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .text h2 {
    font-size: calc(25px + 10 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .text h2 {
    font-size: 35px;
  }
}
@media screen and (width < 1660px) {
  main .text p {
    line-height: 24px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .text p {
    font-size: 14px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .text p {
    font-size: calc(14px + 6.4 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .text p {
    font-size: calc(14px + 4 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .text p {
    font-size: 18px;
  }
}
@media screen and (width < 1660px) {
  main .all-carts {
    display: flex;
    flex-flow: wrap;
    gap: 60px;
    justify-content: center;
  }
  main .all-carts .cartF .front {
    width: 400px;
    height: 280px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(0deg);
  }
  main .all-carts .cartF .front img {
    width: 400px;
    height: 280px;
  }
  main .all-carts .cartF .front .cart-text {
    width: 300px;
    padding: 10px 40px 0;
    bottom: -1px;
  }
  main .all-carts .cartF .front .cart-text p {
    font-weight: 700;
    padding: 0 0 5px 0;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .all-carts .cartF .front .cart-text p {
    font-size: 13px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .all-carts .cartF .front .cart-text p {
    font-size: calc(13px + 17.6 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .all-carts .cartF .front .cart-text p {
    font-size: calc(13px + 11 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .all-carts .cartF .front .cart-text p {
    font-size: 24px;
  }
}
@media screen and (width < 1660px) {
  main .all-carts .cartF .back {
    width: 400px;
    height: 280px;
    border-radius: 15px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(180deg);
    padding: 20px;
  }
  main .all-carts .cartF .back .time {
    gap: 10px;
  }
  main .all-carts .cartF .back .time h3 {
    z-index: 20;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .all-carts .cartF .back .time h3 {
    font-size: 20px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .all-carts .cartF .back .time h3 {
    font-size: calc(20px + 12.8 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .all-carts .cartF .back .time h3 {
    font-size: calc(20px + 8 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .all-carts .cartF .back .time h3 {
    font-size: 28px;
  }
}
@media screen and (width < 1660px) {
  main .all-carts .cartF .back .time h4 {
    z-index: 20;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .all-carts .cartF .back .time h4 {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .all-carts .cartF .back .time h4 {
    font-size: calc(16px + 9.6 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .all-carts .cartF .back .time h4 {
    font-size: calc(16px + 6 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .all-carts .cartF .back .time h4 {
    font-size: 22px;
  }
}
@media screen and (width < 1660px) {
  main .all-carts .cartF .back p {
    padding: 0 20px 40px;
    line-height: 20px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .all-carts .cartF .back p {
    font-size: 11px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .all-carts .cartF .back p {
    font-size: calc(11px + 8 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .all-carts .cartF .back p {
    font-size: calc(11px + 5 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .all-carts .cartF .back p {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) {
  main .all-carts .cartF .back span {
    width: 400px;
    height: 280px;
  }
}
@media screen and (width < 1660px) {
  main .offer {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin: 110px 0 0 0;
  }
  main .offer h2 {
    font-weight: 700;
    line-height: 72px;
    color: #14274A;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .offer h2 {
    font-size: 22px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .offer h2 {
    font-size: calc(22px + 12.8 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .offer h2 {
    font-size: calc(22px + 8 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .offer h2 {
    font-size: 30px;
  }
}
@media screen and (width < 1660px) {
  main .offer .offer-text {
    display: flex;
    flex-flow: row;
    gap: 0;
    justify-content: space-between;
  }
  main .offer .offer-text p {
    color: black;
    padding: 0 0 15px 0;
    font-weight: 500;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .offer .offer-text p {
    font-size: 14px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .offer .offer-text p {
    font-size: calc(14px + 9.6 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .offer .offer-text p {
    font-size: calc(14px + 6 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .offer .offer-text p {
    font-size: 20px;
  }
}
@media screen and (width < 1660px) {
  main .comments {
    margin: 60px 0 0 0;
    gap: 10px;
  }
  main .comments h2 {
    font-size: 36px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .comments h2 {
    font-size: 20px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .comments h2 {
    font-size: calc(20px + 25.6 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .comments h2 {
    font-size: calc(20px + 16 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .comments h2 {
    font-size: 36px;
  }
}
@media screen and (width < 1660px) {
  main .comments .comments-container .comments-track .comment-cart p {
    padding: 0;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .comments .comments-container .comments-track .comment-cart p {
    font-size: 14px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .comments .comments-container .comments-track .comment-cart p {
    font-size: calc(14px + 6.4 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .comments .comments-container .comments-track .comment-cart p {
    font-size: calc(14px + 4 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .comments .comments-container .comments-track .comment-cart p {
    font-size: 18px;
  }
}
@media screen and (width < 1660px) {
  main .comments .comments-container .comments-track .comment-cart span {
    font-weight: 400;
    line-height: 30px;
    color: #14274A;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .comments .comments-container .comments-track .comment-cart span {
    font-size: 12px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .comments .comments-container .comments-track .comment-cart span {
    font-size: calc(12px + 6.4 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .comments .comments-container .comments-track .comment-cart span {
    font-size: calc(12px + 4 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .comments .comments-container .comments-track .comment-cart span {
    font-size: 16px;
  }
}
@media screen and (width < 1660px) {
  main .comments .buttons {
    gap: 20px;
    padding: 10px 0 0 0;
  }
  main .comments .buttons .left, main .comments .buttons .right {
    padding: 10px 20px;
    line-height: 20px;
    background: #E0B973;
    color: white;
    border-radius: 8px;
  }
}
@media screen and (width < 1660px) and (max-width: 320px) {
  main .comments .buttons .left, main .comments .buttons .right {
    font-size: 12px;
  }
}
@media screen and (width < 1660px) and (max-width: 800px) {
  main .comments .buttons .left, main .comments .buttons .right {
    font-size: calc(12px + 9.6 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 800px) {
  main .comments .buttons .left, main .comments .buttons .right {
    font-size: calc(12px + 6 * (100vw / 1660));
  }
}
@media screen and (width < 1660px) and (min-width: 1660px) {
  main .comments .buttons .left, main .comments .buttons .right {
    font-size: 18px;
  }
}
@media screen and (width < 1100px) {
  main {
    max-width: 700px;
  }
  main .text {
    margin: 40px 0;
    gap: 20px;
  }
  main .text h2 {
    line-height: 40px;
  }
  main .text p {
    line-height: 20px;
  }
  main .all-carts {
    display: flex;
    flex-flow: wrap;
    gap: 60px;
    justify-content: center;
  }
  main .all-carts .cartF .front {
    width: 300px;
    height: 180px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(0deg);
  }
  main .all-carts .cartF .front img {
    width: 300px;
    height: 180px;
  }
  main .all-carts .cartF .front .cart-text {
    width: 230px;
    padding: 8px 40px 0;
    bottom: -1px;
  }
  main .all-carts .cartF .front .cart-text p {
    font-weight: 600;
    padding: 0 0 5px 0;
  }
  main .all-carts .cartF .back {
    width: 300px;
    height: 180px;
    border-radius: 15px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(180deg);
    padding: 20px;
  }
  main .all-carts .cartF .back .time {
    flex-flow: row;
    gap: 10px;
  }
  main .all-carts .cartF .back .time h3 {
    z-index: 20;
  }
  main .all-carts .cartF .back .time h4 {
    z-index: 20;
  }
  main .all-carts .cartF .back p {
    padding: 0 20px 0;
    line-height: 16px;
  }
  main .all-carts .cartF .back span {
    width: 300px;
    height: 180px;
  }
  main .offer {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin: 110px 0 0 0;
  }
  main .offer h2 {
    font-weight: 700;
    line-height: 72px;
    color: #14274A;
  }
  main .offer .offer-text {
    display: flex;
    flex-flow: row;
    gap: 0;
    justify-content: space-between;
  }
  main .offer .offer-text p {
    color: black;
    padding: 0 0 10px 0;
    font-weight: 500;
  }
  main .comments {
    margin: 50px 0 0 0;
    gap: 10px;
  }
  main .comments h2 {
    line-height: 30px;
  }
  main .comments .comments-container .comments-track .comment-cart span {
    font-weight: 400;
    line-height: 24px;
    color: #14274A;
  }
  main .comments .buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  main .comments .buttons .left, main .comments .buttons .right {
    padding: 10px 20px;
    background: #E0B973;
    color: white;
    border-radius: 8px;
  }
}
@media screen and (width < 800px) {
  main {
    max-width: 500px;
  }
  main .text {
    margin: 30px 0;
    gap: 10px;
  }
  main .text h2 {
    line-height: 40px;
  }
  main .text p {
    line-height: 20px;
  }
  main .all-carts {
    display: flex;
    flex-flow: wrap;
    gap: 40px;
    justify-content: center;
  }
  main .all-carts .cartF .front {
    width: 400px;
    height: 240px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(0deg);
  }
  main .all-carts .cartF .front img {
    width: 400px;
    height: 240px;
  }
  main .all-carts .cartF .front .cart-text {
    width: 220px;
    padding: 8px 40px 0;
    bottom: -1px;
  }
  main .all-carts .cartF .front .cart-text p {
    font-weight: 600;
    padding: 0 0 5px 0;
  }
  main .all-carts .cartF .back {
    width: 400px;
    height: 240px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(180deg);
    padding: 20px;
    border-radius: 15px;
  }
  main .all-carts .cartF .back .time {
    flex-flow: column;
    gap: 10px;
  }
  main .all-carts .cartF .back .time h3 {
    z-index: 20;
  }
  main .all-carts .cartF .back .time h4 {
    z-index: 20;
  }
  main .all-carts .cartF .back p {
    padding: 0 20px 0;
    line-height: 16px;
  }
  main .all-carts .cartF .back span {
    width: 400px;
    height: 240px;
  }
  main .offer {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin: 110px 0 0 0;
  }
  main .offer h2 {
    font-weight: 700;
    line-height: 72px;
    color: #14274A;
  }
  main .offer .offer-text {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
    justify-content: space-between;
  }
  main .offer .offer-text p {
    color: black;
    padding: 0 0 10px 0;
    font-weight: 500;
  }
  main .comments {
    margin: 50px 0 0 0;
    gap: 10px;
  }
  main .comments h2 {
    line-height: 24px;
  }
  main .comments .comments-container .comments-track .comment-cart span {
    font-weight: 400;
    line-height: 14px;
    color: #14274A;
  }
  main .comments .buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  main .comments .buttons .left, main .comments .buttons .right {
    padding: 10px 20px;
    background: #E0B973;
    color: white;
    border-radius: 8px;
  }
}
@media screen and (width < 550px) {
  main {
    max-width: inherit;
    padding: 20px;
  }
  main .text {
    margin: 10px 0 30px;
  }
  main .text h2 {
    line-height: 20px;
  }
  main .text p {
    line-height: 18px;
  }
  main .all-carts {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    justify-content: center;
  }
  main .all-carts .cartF .front {
    width: 330px;
    height: 200px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(0deg);
  }
  main .all-carts .cartF .front img {
    width: 330px;
    height: 200px;
  }
  main .all-carts .cartF .front span {
    display: inline-block;
    color: white;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    font-weight: 500;
  }
}
@media screen and (width < 550px) and (max-width: 320px) {
  main .all-carts .cartF .front span {
    font-size: 20px;
  }
}
@media screen and (width < 550px) and (max-width: 800px) {
  main .all-carts .cartF .front span {
    font-size: calc(20px + 12.8 * ((100vw - 320px) / 1660));
  }
}
@media screen and (width < 550px) and (min-width: 800px) {
  main .all-carts .cartF .front span {
    font-size: calc(20px + 8 * (100vw / 1660));
  }
}
@media screen and (width < 550px) and (min-width: 1660px) {
  main .all-carts .cartF .front span {
    font-size: 28px;
  }
}
@media screen and (width < 550px) {
  main .all-carts .cartF .front .cart-text {
    display: none;
  }
}
@media screen and (width < 550px) {
  main .all-carts .cartF .back {
    width: 330px;
    height: 200px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(180deg);
    padding: 20px;
  }
  main .all-carts .cartF .back .time {
    flex-flow: column;
    gap: 5px;
  }
  main .all-carts .cartF .back .time h3 {
    z-index: 20;
  }
  main .all-carts .cartF .back .time h4 {
    z-index: 20;
  }
  main .all-carts .cartF .back p {
    padding: 0 20px 0;
    line-height: 16px;
  }
  main .all-carts .cartF .back span {
    width: 330px;
    height: 200px;
  }
}
@media screen and (width < 550px) {
  main .offer {
    display: flex;
    flex-flow: column;
    gap: 0px;
    margin: 30px 0 0 0;
    align-items: center;
  }
  main .offer h2 {
    font-weight: 700;
    line-height: 72px;
    color: #14274A;
  }
  main .offer .offer-text {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  main .offer .offer-text div {
    padding: 0 60px 0 0;
    display: flex;
    flex-flow: column;
  }
  main .offer .offer-text div p {
    display: inline-block;
    color: black;
    padding: 0 0 10px 0;
    font-weight: 500;
  }
  main .offer .offer-text .offer-first {
    padding: 0;
  }
}
@media screen and (width < 550px) {
  main .comments {
    margin: 50px 0 0 0;
    gap: 10px;
  }
  main .comments h2 {
    line-height: 18px;
    padding: 0 0 10px;
  }
  main .comments .comments-container .comments-track {
    width: 350px;
  }
  main .comments .comments-container .comments-track .comment-cart {
    min-width: 350px;
  }
  main .comments .comments-container .comments-track .comment-cart p {
    line-height: 18px;
    padding: 0 0 5px;
  }
  main .comments .comments-container .comments-track .comment-cart span {
    font-weight: 400;
    line-height: 14px;
    color: #14274A;
  }
  main .comments .buttons {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  main .comments .buttons .left, main .comments .buttons .right {
    padding: 8px 15px;
    background: #E0B973;
    color: white;
    border-radius: 8px;
  }
}
@media screen and (width < 450px) {
  main {
    max-width: inherit;
    padding: 20px;
  }
  main .text {
    margin: 10px 0 30px;
  }
  main .text h2 {
    line-height: 20px;
  }
  main .text p {
    line-height: 18px;
  }
  main .all-carts {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    justify-content: center;
  }
  main .all-carts .cartF .front {
    width: 280px;
    height: 160px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(0deg);
  }
  main .all-carts .cartF .front img {
    width: 280px;
    height: 160px;
  }
  main .all-carts .cartF .front .cart-text {
    display: none;
  }
  main .all-carts .cartF .back {
    width: 280px;
    height: 160px;
    transition: transform 0.8s ease-in-out, z-index 0.8s ease-in-out;
    transform: perspective(900px) rotateY(180deg);
    padding: 15px 10px;
  }
  main .all-carts .cartF .back .time {
    flex-flow: row;
    gap: 5px;
  }
  main .all-carts .cartF .back .time h3 {
    z-index: 20;
  }
  main .all-carts .cartF .back .time h4 {
    z-index: 20;
  }
  main .all-carts .cartF .back p {
    padding: 0 20px 0;
    line-height: 14px;
  }
  main .all-carts .cartF .back span {
    width: 280px;
    height: 160px;
  }
  main .comments {
    margin: 50px 0 0 0;
    gap: 10px;
  }
  main .comments h2 {
    line-height: 18px;
  }
  main .comments .comments-container .comments-track {
    width: 300px;
  }
  main .comments .comments-container .comments-track .comment-cart {
    min-width: 300px;
  }
  main .comments .comments-container .comments-track .comment-cart p {
    line-height: 16px;
    padding: 0;
  }
  main .comments .comments-container .comments-track .comment-cart span {
    font-weight: 400;
    line-height: 14px;
    color: #14274A;
  }
  main .comments .buttons {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  main .comments .buttons .left, main .comments .buttons .right {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.2s ease-in-out;
    padding: 8px 15px;
    background: #E0B973;
    color: white;
    border-radius: 8px;
  }
  main .comments .buttons .left:hover, main .comments .buttons .right:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(39, 39, 39, 0.4);
    background: #d7a449;
  }
  main .comments .buttons .left:active, main .comments .buttons .right:active {
    background: #e5c388;
  }
}
footer {
  background: #14274A;
  width: 100%;
  margin: 120px 0 0 0;
  position: relative;
}
footer::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #14274A;
  top: -40px;
  transform: rotate(45deg);
  margin: auto;
  left: 0;
  right: 0;
}
footer .email-top {
  display: none;
}
footer .footer-text {
  display: flex;
  flex-flow: row;
  gap: 120px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  flex-flow: row;
}
footer .footer-text .footer-first {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
footer .footer-text .footer-first .top {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
footer .footer-text .footer-first .top h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.15em;
  color: white;
}
footer .footer-text .footer-first .top h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 11px;
  letter-spacing: 0.6em;
  color: white;
}
footer .footer-text .footer-first .bottom p {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  padding: 0 0 5px 0;
  color: white;
}
footer .footer-text .footer-second {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
footer .footer-text .footer-second a {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
footer .footer-text .footer-third {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
footer .footer-text .footer-third a {
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
footer .footer-text .footer-fourth {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
footer .footer-text .footer-fourth p {
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  color: white;
}
footer .footer-text .footer-fourth form input[type=email] {
  background: #14274A;
  font-family: "Montserrat";
  border: 2px solid #E0B973;
  border-right: none;
  font-size: 24px;
  padding: 25px 35px;
  border-radius: 5px 0 0 5px;
  color: white;
}
footer .footer-text .footer-fourth form input[type=email]::-moz-placeholder {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: white;
}
footer .footer-text .footer-fourth form input[type=email]::placeholder {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: white;
}
footer .footer-text .footer-fourth form input[type=submit] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #14274A;
  background: #E0B973;
  padding: 29px 35px 29px;
  margin-left: -4px;
  border: 2px solid #E0B973;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
  color: white;
}

@media screen and (width < 1660px) {
  footer::after {
    width: 80px;
    height: 80px;
    top: -30px;
    margin: auto;
    left: 0;
    right: 0;
  }
  footer .email-top {
    display: none;
  }
  footer .footer-text {
    max-width: 1000px;
    display: flex;
    flex-flow: row;
    gap: 60px;
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    flex-flow: row;
  }
  footer .footer-text .footer-first {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-first .top {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  footer .footer-text .footer-first .top h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.15em;
    color: white;
  }
  footer .footer-text .footer-first .top h6 {
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: 0.6em;
    color: white;
  }
  footer .footer-text .footer-first .bottom p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    padding: 0 0 5px 0;
    color: white;
    padding: 0 0 3px 0;
  }
  footer .footer-text .footer-second {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-second a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-text .footer-third {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-third a {
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-text .footer-fourth {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-fourth p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: white;
  }
  footer .footer-text .footer-fourth form {
    display: flex;
    flex-flow: row;
  }
  footer .footer-text .footer-fourth form input[type=email] {
    background: #14274A;
    font-family: "Montserrat";
    border: 2px solid #E0B973;
    border-right: none;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 5px 0 0 5px;
    color: white;
  }
  footer .footer-text .footer-fourth form input[type=email]::-moz-placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: white;
  }
  footer .footer-text .footer-fourth form input[type=email]::placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: white;
  }
  footer .footer-text .footer-fourth form input[type=submit] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #14274A;
    background: #E0B973;
    padding: 15px 30px 19px;
    margin-left: -4px;
    border: 2px solid #E0B973;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
    color: white;
  }
}
@media screen and (width < 1100px) {
  footer {
    display: flex;
    flex-flow: column;
    gap: 20px;
    align-items: center;
  }
  footer::after {
    width: 60px;
    height: 60px;
    top: -25px;
    z-index: -1;
  }
  footer .email-top {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  footer .email-top p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form input[type=email] {
    background: #14274A;
    font-family: "Montserrat";
    border: 2px solid #E0B973;
    border-right: none;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 5px 0 0 5px;
    color: white;
  }
  footer .email-top form input[type=email]::-moz-placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form input[type=email]::placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form input[type=submit] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #14274A;
    background: #E0B973;
    padding: 7px 20px 6px;
    margin-left: -4px;
    border: 2px solid #E0B973;
    border-radius: 0 5px 5px 0;
  }
  footer .footer-text {
    max-width: 700px;
    gap: 110px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-flow: row;
  }
  footer .footer-text .footer-first {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-first .top {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  footer .footer-text .footer-first .top h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.15em;
    color: white;
  }
  footer .footer-text .footer-first .top h6 {
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.6em;
    color: white;
  }
  footer .footer-text .footer-first .bottom p {
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    padding: 0 0 5px 0;
    color: white;
    padding: 0 0 3px 0;
  }
  footer .footer-text .footer-second {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-second a {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
  }
  footer .footer-text .footer-third {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-third img {
    height: 12px;
  }
  footer .footer-text .footer-third a {
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
  }
  footer .footer-text .footer-fourth {
    display: none;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-fourth p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: white;
  }
  footer .footer-text .footer-fourth form {
    display: flex;
    flex-flow: row;
  }
  footer .footer-text .footer-fourth form input[type=email] {
    background: #14274A;
    font-family: "Montserrat";
    border: 2px solid #E0B973;
    border-right: none;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 5px 0 0 5px;
    color: white;
  }
  footer .footer-text .footer-fourth form input[type=email]::-moz-placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: white;
  }
  footer .footer-text .footer-fourth form input[type=email]::placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: white;
  }
  footer .footer-text .footer-fourth form input[type=submit] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #14274A;
    background: #E0B973;
    padding: 15px 30px 19px;
    margin-left: -4px;
    border: 2px solid #E0B973;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
    color: white;
  }
}
@media screen and (width < 800px) {
  footer {
    display: flex;
    flex-flow: column;
    gap: 20px;
    align-items: center;
    margin: 70px 0 0 0;
  }
  footer::after {
    width: 60px;
    height: 60px;
    top: -25px;
    z-index: -1;
  }
  footer .email-top {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  footer .email-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form input[type=email] {
    background: #14274A;
    font-family: "Montserrat";
    border: 2px solid #E0B973;
    border-right: none;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 5px 0 0 5px;
    color: white;
  }
  footer .email-top form input[type=email]::-moz-placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form input[type=email]::placeholder {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form input[type=submit] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #14274A;
    background: #E0B973;
    padding: 8px 20px 8px;
    margin-left: -4px;
    border: 2px solid #E0B973;
    border-radius: 0 5px 5px 0;
  }
  footer .footer-text {
    max-width: 500px;
    display: flex;
    flex-flow: row;
    gap: 60px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-flow: row;
  }
  footer .footer-text .footer-first {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer-text .footer-first .top {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  footer .footer-text .footer-first .top h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.15em;
    color: white;
  }
  footer .footer-text .footer-first .top h6 {
    font-weight: 700;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.6em;
    color: white;
  }
  footer .footer-text .footer-first .bottom p {
    font-weight: 400;
    font-size: 8px;
    line-height: 17px;
    padding: 0 0 5px 0;
    color: white;
    padding: 0 0 3px 0;
  }
  footer .footer-text .footer-second {
    display: flex;
    flex-flow: column;
    gap: 15px;
  }
  footer .footer-text .footer-second a {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
  }
  footer .footer-text .footer-third {
    display: flex;
    flex-flow: column;
    gap: 15px;
  }
  footer .footer-text .footer-third a {
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
  }
  footer .footer-text .footer-fourth {
    display: none;
  }
}
@media screen and (width < 550px) {
  footer {
    margin: 70px 0 0 0;
    gap: 20px;
  }
  footer::after {
    width: 60px;
    height: 60px;
    top: -25px;
    z-index: -1;
  }
  footer .email-top {
    padding: 0 20px;
    margin: 20px 0 0 0;
    gap: 10px;
    display: flex;
    flex-flow: column;
  }
  footer .email-top p {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form {
    display: flex;
    align-items: center;
  }
  footer .email-top form input[type=email] {
    border: 2px solid #E0B973;
    border-right: none;
    font-size: 8px;
    padding: 7px 20px;
    border-radius: 5px 0 0 5px;
  }
  footer .email-top form input[type=email]::-moz-placeholder {
    font-weight: 300;
    font-size: 8px;
  }
  footer .email-top form input[type=email]::placeholder {
    font-weight: 300;
    font-size: 8px;
  }
  footer .email-top form input[type=submit] {
    font-weight: 400;
    font-size: 10px;
    line-height: 8.5px;
    padding: 8px 10px;
    margin-left: -4px;
    margin-top: 0px;
    border: 2px solid #E0B973;
    border-radius: 0 5px 5px 0;
  }
  footer .footer-text {
    max-width: inherit;
    display: flex;
    gap: 60px;
    padding: 20px;
    display: flex;
    flex-flow: row;
  }
  footer .footer-text .footer-first {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  footer .footer-text .footer-first .top {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  footer .footer-text .footer-first .top h5 {
    padding: 5px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.15em;
    color: white;
  }
  footer .footer-text .footer-first .top h6 {
    font-weight: 700;
    font-size: 6px;
    line-height: 11px;
    letter-spacing: 0.6em;
    color: white;
  }
  footer .footer-text .footer-first .bottom p {
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: white;
    padding: 0 0 3px 0;
  }
  footer .footer-text .footer-second {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  footer .footer-text .footer-second a {
    font-weight: 400;
    font-size: 9px;
    line-height: 20px;
  }
  footer .footer-text .footer-third {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  footer .footer-text .footer-third img {
    height: 14px;
  }
  footer .footer-text .footer-third a {
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 9px;
    line-height: 20px;
  }
  footer .footer-text .footer-fourth {
    display: none;
  }
}
@media screen and (width < 400px) {
  footer {
    margin: 70px 0 0 0;
    gap: 10px;
  }
  footer::after {
    width: 40px;
    height: 40px;
    top: -15px;
    z-index: -1;
  }
  footer .email-top {
    padding: 0 20px;
    margin: 20px 0 0 0;
    gap: 10px;
    display: flex;
    flex-flow: column;
  }
  footer .email-top p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: white;
  }
  footer .email-top form {
    display: flex;
    align-items: center;
  }
  footer .email-top form input[type=email] {
    border: 2px solid #E0B973;
    border-right: none;
    font-size: 10px;
    padding: 7px 20px;
    border-radius: 5px 0 0 5px;
  }
  footer .email-top form input[type=email]::-moz-placeholder {
    font-weight: 300;
    font-size: 10px;
  }
  footer .email-top form input[type=email]::placeholder {
    font-weight: 300;
    font-size: 10px;
  }
  footer .email-top form input[type=submit] {
    font-weight: 400;
    font-size: 10px;
    line-height: 8.5px;
    padding: 8px 10px;
    margin-left: -4px;
    margin-top: 0px;
    border: 2px solid #E0B973;
    border-radius: 0 5px 5px 0;
  }
  footer .footer-text {
    max-width: inherit;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    padding: 20px;
  }
  footer .footer-text .footer-first {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  footer .footer-text .footer-first .top {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  footer .footer-text .footer-first .top h5 {
    padding: 5px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.15em;
    color: white;
  }
  footer .footer-text .footer-first .top h6 {
    font-weight: 700;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.6em;
    color: white;
  }
  footer .footer-text .footer-first .bottom p {
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: white;
    padding: 0 0 3px 0;
  }
  footer .footer-text .footer-second {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  footer .footer-text .footer-second a {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
  }
  footer .footer-text .footer-third {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
  footer .footer-text .footer-third img {
    height: 14px;
  }
  footer .footer-text .footer-third a {
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
  }
  footer .footer-text .footer-fourth {
    display: none;
  }
}